home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / m88k / x-tekXD88 < prev    next >
Text File  |  1993-05-23  |  378b  |  13 lines

  1. # Install the custom Tektronix XD88 link editor directives file.
  2. EXTRA_PARTS=crtbegin.o crtend.o gcc.ld
  3.  
  4. gcc.ld: $(srcdir)/config/m88k/tekXD88.ld
  5.     rm -f gcc.ld; cp $(srcdir)/config/m88k/tekXD88.ld ./gcc.ld
  6.  
  7. # Green Hills C on the Tektronix XD88 does not provide alloca.
  8. ALLOCA=alloca.o
  9.  
  10. # rc is cleaner, but the ar program sometimes crashes.
  11. # This is a workaround.
  12. AR_FLAGS=qc
  13.